home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / DayDreamBBS.readme < prev    next >
Text File  |  1996-12-07  |  21KB  |  449 lines

  1. Short:    DayDream BBS Software v1.27.
  2. Author:   c-lous@freenet.hut.fi
  3. Uploader: c-lous@freenet.hut.fi
  4. Version:  1.27
  5. Type:     comm/bbs
  6. Requires: OS2.04+, 2Mb
  7.  
  8.  
  9. DayDream BBS is written in 100% assembler and is therefor one of the
  10. fastest BBS programs availiable on Amiga today.
  11.  
  12. Features
  13. ~~~~~~~~
  14.  - DayDream  BBS  looks  like  AmiExpress, which is a much loved and hated
  15.    BBS software. Most of the people who like AmiExpress like it because of
  16.    it's simpliness and  because it's very fast to use. However, AmiExpress
  17.    requires a very fast CPU to operate smoothly and the configurability is
  18.    rather poor too. DayDream fixes the major problems found in AmiX.
  19.  
  20.  - 100%  assembly  code.   DayDream  is  probably the fastest BBS-software
  21.    ever.
  22.  
  23.  - Number of conferences is limited to 64.  Each conference can have up to
  24.    254  messagebases and  fileareas.  64*254 = 16256 (or for Pentium users
  25.    16255.999999987.)
  26.  
  27.  - Maximum  security.   Each user can have their own securitysettings, but
  28.    defaults  are taken by securitylevel.  Every command in DayDream can be
  29.    toggled on/off.
  30.  
  31.  - Basic  utilities  and  doors are included in distribution archive.  For
  32.    example:    Faker,   whof,   new,  top list -utilities, weektop etc.
  33.  
  34.  - Configuration is done  via an ascii file.  This enables quick modifica-
  35.    tions to the BBS'  settings.  Asciifile  is converted  to  binaryformat
  36.    with  utility  called  DreamConfig.     It takes about 1 sec to compile
  37.    the datafiles with it.
  38.  
  39.  - If you don't like editing Textfile, there's a MUI based configprogram
  40.    included. (Read MUIConfig.DOC!)
  41.  
  42.  - Superb  upload handling.  Full support  for file_id.diz, gets date from
  43.    file_id.diz (if  wanted),  built-in offline  checking, adds file_id.diz
  44.    to archives if it didn't exist etc.
  45.  
  46.  - Strings  and  prompts  can be re-defined, so you can customize your BBS
  47.    any way you like.
  48.  
  49.  - You  can  have  254  different displaymodes.  Each displaymode can have
  50.    it's own  characterconversiontables  (=no  more linefeeds), prompts and
  51.    strings and textfiles.
  52.  
  53.  - Multinode  support.  Supports up  to 254 nodes in theory. I suppose you
  54.    can have at least 5 nodes  on regular  030  without  too high CPU-Load.
  55.  
  56.  - Door formats supported: DayDream, ARexx, Paragon, stdio. AmiExpress
  57.    preudo-rexx "XIM" doors work via external emulation.
  58.  
  59.  - Supports XPR-Protocols, Hydra+SModem (Bidirectional w/ chat).
  60.  
  61.  - Supports FTP-transfers. There's a custom ftpd for DD to have on-the-fly
  62.    dupechecking.
  63.  
  64.  - Cheap. DayDream costs only 300SEK or 55USD.
  65.  
  66.  - Everything else except DDHydra and SModem can be made resident!
  67.  
  68.  
  69. Requirements
  70. ~~~~~~~~~~~~
  71.  - KickStart 2.04 (V37) or higher.
  72.  - Fifo.library and l:fifo-handler running (for stdio doors etc.)
  73.  - Reqtools.library
  74.  
  75. Support
  76. ~~~~~~~
  77. DayDream is currently being developed at full speed and I intend to
  78. continue as long as there is any interest in this program.
  79.  
  80. If you have any  comments, discover some  bugs or have any suggestions etc
  81. feel free to send E-Mail to me at: c-lous@freenet.hut.fi.
  82.  
  83. Also try to catch Origo on IRC, channels #DayDream, #AmiElite or #AmigaScne.
  84.  
  85. You can get doors etc. via ftp:
  86. ftp://pato.vaala.fi/pub/amiga/daydream/.
  87.  
  88. Check out also DayDream homepage. http://www.haukipudas.fi/~anttihay.
  89.  
  90.  
  91.  
  92.  
  93. ===( Version 1.27 - ??1196 )==============================================
  94.  
  95. - Optimized some stuff. Executable size reduced by 350 bytes.
  96.  
  97. - Fixed some Enforcer hits in main executable.
  98.  
  99. - Fixed a bug in the logviewer that made the cursor disappear.
  100.  
  101. - Added HideCursor() and ShowCursor() to dreamdoor.library.
  102.   This will allow individual user-settings of door-output aswell.
  103.   (atleast a bit :-)
  104.  
  105. - Remade the whole UserInfo list in server. Hope you like verbose format. =)
  106.  
  107. - Fixed some major bugs and Enforcer hits with Callers.Log.
  108.  
  109. - Added '+FCO' fax-connect string for DD to work with FaxClass 2.0 connects.
  110.  
  111. - Added some more server activites (Can't get enough of theese :)..
  112.   'Initializing modem..'
  113.   'Answering..'
  114.   'Moving Files..'
  115.   'System Password..'
  116.  
  117. - Changed 'Enable Capture' menu-key to 0, because C interfered with Cut/Paste.
  118.  
  119. - Enhanched security for remote shell a bit. If for some reason shell password
  120.   is not found, DD won't allow shell access.
  121.  
  122. - Added a new example for developers in asm, a quicklogin door.
  123.  
  124. - Enter Chat now sends a Ctrl+A code to console/serial to make pager-doors
  125.   believe that Sysop pressed Ctrl+A even if he selected ChatMode from menu.
  126.  
  127. - CheckForTaggedFiles() in login is about 200% faster now, if all tagged files
  128.   are in the same conference.
  129.  
  130. - Added a logoff question if user has flagged files. Allows user to edit,
  131.   download, clear, return to BBS or keep flagged files.
  132.  
  133. - Fixed a problem with MultiFaceCard III, that made DD hang in logoff.
  134.   Thanks to MaRTIN\fA for bugtesting and reporting.
  135.  
  136. - Fixed the PrivateRead bug. Me stoopid.
  137.  
  138. - Split up DayDream in 2 archives, one for users and one for developers.
  139.   This is because the developer archive will grow soon.
  140.  
  141. - Fixed an error in DreamDoor documentation. Prompt() was wrong.
  142.   Thank you to Joo for this report.
  143.  
  144. - Added developer support for StormC.
  145.  
  146. - Enhanched Move command a bit. If there is only 1 filecatalog in destination
  147.   conference, DD don't ask for filedir anymore.
  148.  
  149. - Added a last downloads list to the Server.
  150.  
  151. - Added GetDDString() to dreamdoor.library, to allow access to DD's internal
  152.   strings.
  153.  
  154. - DD pops up an error message and a Screen Mode Requester if screen could
  155.   not be opened.
  156.   (For CyberGfx, wich seems to change screenmode from time to time (?))
  157.  
  158. - CPS rate was printed wrong in XPR-Window, fixed now.
  159.  
  160. - Updated AmigaE examples a bit to test the new GetDDString() function.
  161.  
  162. - Made NewFileScan and NewMailScan at login use DDCommand() function,
  163.   allowing doors also on those commands.
  164.  
  165. - Recompiled server, MUIConfig & Faker with Sas/C 6.57.
  166.  
  167. - Removed a couple of SERIOUS copyfile bugs. Sometimes the whole file was
  168.   not copied.
  169.  
  170. - Added (S)hutdown and (U)serEditor keys in 'Waiting for call...' menu.
  171.  
  172. - Added NodeClosedX.TXT. Place NodeClosed2.TXT in DayDream:Display/ dir if
  173.   you want to close node 2 temporarily.
  174.  
  175. - Fixed MsgBase 'NS' command. NonStop msgread now works 100%.
  176.  
  177. - Fixed mailscan output bugs once and for all.
  178.  
  179. - Added 3 more bits in Callers.Log: SYSOP COMMAND
  180.                                     UPLOAD FAILED
  181.                                     DOWNLOAD FAILED
  182.  
  183. - Fixed a bug in quoting of fidonet mail.
  184.   Thank you to MatrinFa and Bruce_Lee for helping me on this one.
  185.  
  186.  
  187. ============================= Archive contents =============================
  188.  
  189. Original  Packed Ratio    Date     Time    Name
  190. -------- ------- ----- --------- --------  -------------
  191.     1562     556 64.4% 14-Oct-96 17:32:54 +appicon.info
  192.      482     304 36.9% 14-Oct-96 17:32:54 +GetFax1.bat
  193.      292     173 40.7% 14-Oct-96 17:32:54 +Logoff1.BAT
  194.     1428     590 58.6% 14-Oct-96 17:32:56 +DD-ConfTop.CFG
  195.      783     278 64.4% 14-Oct-96 17:32:56 +DDTop.Config
  196.      439     234 46.6% 14-Oct-96 17:32:56 +DDWeekTop.Config
  197.      365     241 33.9% 14-Oct-96 17:32:56 +DreamFaker.Cfg
  198.      558     379 32.0% 14-Oct-96 17:32:56 +Dreammail.Cfg
  199.      679     328 51.6% 14-Oct-96 17:32:56 +Dreamnew.CFG
  200.      800      36 95.5% 25-Nov-96 00:48:12 +DreamWall.DAT
  201.     1679     442 73.6% 14-Oct-96 17:32:56 +WeekTop.GFX
  202.      797     288 63.8% 14-Oct-96 17:32:56 +WeekTop.TXT
  203.      150      64 57.3% 14-Oct-96 17:33:00 +Access.DAT
  204.     4400     468 89.3% 14-Oct-96 17:33:00 +Archivers.DAT
  205.      700     113 83.8% 14-Oct-96 17:33:00 +Conferences.DAT
  206.      256     256  0.0% 14-Oct-96 17:32:58 +ConversionTable01.DAT
  207.      256     256  0.0% 14-Oct-96 17:32:58 +ConversionTable02.DAT
  208.     4000     182 95.4% 14-Oct-96 17:32:58 +DayDream.DAT
  209.      100      17 83.0% 14-Oct-96 17:32:58 +DD-Server.DAT
  210.      400      69 82.7% 14-Oct-96 17:32:58 +Display.DAT
  211.     2600     282 89.1% 14-Oct-96 17:32:58 +ExternalCommands.DAT
  212.       14      14  0.0% 14-Oct-96 17:32:58 +FreeDownloads.DAT
  213.       85      46 45.8% 14-Oct-96 17:32:58 +FTP-Paths.DAT
  214.      400     131 67.2% 14-Oct-96 17:32:58 +IO-Device1.DAT
  215.      400      92 77.0% 14-Oct-96 17:32:58 +IO-Device2.DAT
  216.       20      20  0.0% 14-Oct-96 17:32:58 +LogOnDoors.DAT
  217.      400     133 66.7% 14-Oct-96 17:32:58 +Multinode.DAT
  218.      800     106 86.7% 14-Oct-96 17:32:58 +Protocols.DAT
  219.     4800      61 98.7% 14-Oct-96 17:32:56 +Schedule.DAT
  220.      250      88 64.8% 14-Oct-96 17:32:56 +Security.DAT
  221.     2056      14 99.3% 14-Oct-96 17:32:56 +Selected.DAT
  222.        7       7  0.0% 14-Oct-96 17:32:56 +TrashCan.DAT
  223.      100      61 39.0% 15-Oct-96 04:23:06 +Version.DAT
  224.   158880   81022 49.0% 01-Dec-96 19:46:44 +DayDream
  225.    25504    6436 74.7% 14-Oct-96 17:32:50 +DayDream.CFG
  226.     1562     559 64.2% 14-Oct-96 17:32:54 +DayDream.info
  227.     3263    1714 47.4% 14-Oct-96 17:32:54 +DD126.readme
  228.     1192     684 42.6% 14-Oct-96 17:32:52 +Developer.Info
  229.     1199     348 70.9% 14-Oct-96 17:33:06 +Access.DAT.Structure
  230.     2021     552 72.6% 14-Oct-96 17:33:06 +Archivers.DAT.Structure
  231.     2255     558 75.2% 01-Dec-96 12:18:18 +Callers.Log.Structure
  232.     5182    1277 75.3% 14-Oct-96 17:33:06 +Conferences.DAT.Structure
  233.      895     472 47.2% 14-Oct-96 17:33:06 +ConversionTable.DAT.Structure
  234.     4923    1544 68.6% 14-Oct-96 17:33:06 +DayDream.DAT.Structure
  235.     1259     425 66.2% 14-Oct-96 17:33:06 +Directory.Structure
  236.     1860     495 73.3% 14-Oct-96 17:33:04 +Directory.Structure2
  237.     2236     716 67.9% 14-Oct-96 17:33:04 +Display.DAT.Structure
  238.    27816    7872 71.6% 14-Oct-96 17:33:04 +DoorMessage.Structure
  239.      675     239 64.5% 14-Oct-96 17:33:04 +DownloadLog.Structure
  240.     1188     676 43.0% 14-Oct-96 17:33:04 +DreamDoor.Info
  241.     1437     801 44.2% 13-Nov-96 22:27:22 +Example.e
  242.      910     534 41.3% 14-Oct-96 17:33:08 +Example2.e
  243.     1035     569 45.0% 14-Oct-96 17:33:08 +Example3.e
  244.    15256    6256 58.9% 01-Dec-96 22:54:46 +DayDream.m
  245.      520     340 34.6% 20-Nov-96 23:23:28 +DDDoor_pragmas.m
  246.      696     350 49.7% 14-Oct-96 17:33:06 +Testlib.e
  247.    19592    5386 72.5% 01-Dec-96 22:54:38 +DayDream.I
  248.     1024     463 54.7% 13-Nov-96 11:10:54 +DreamDoor_lib.i
  249.     4124    1423 65.4% 11-Nov-96 03:15:02 +QuickLogin.asm
  250.    10805    3727 65.5% 29-Nov-96 20:38:06 +StatExample_New.Asm
  251.     1192     683 42.7% 14-Oct-96 17:33:06 +Doc.Info
  252.    25493    7449 70.7% 01-Dec-96 14:21:46 +DreamDoor.doc
  253.     1396     509 63.5% 14-Oct-96 17:33:10 +DreamDoor.Doc.info
  254.     1342     594 55.7% 13-Nov-96 16:56:16 +DreamDoor.fd
  255.    26806    7791 70.9% 01-Jan-80 01:05:12 +DreamDoor.Guide
  256.     1396     509 63.5% 14-Oct-96 17:33:10 +DreamDoor.Guide.info
  257.     6121    1244 79.6% 13-Nov-96 11:12:52 +dddoor.h
  258.     1413     638 54.8% 25-Nov-96 00:49:40 +dddoor_lib.fd
  259.      328     197 39.9% 16-Oct-96 00:52:30 +dddoor.h
  260.     1172     634 45.9% 01-Jan-80 00:31:48 +readme.txt
  261.      195     125 35.8% 01-Jan-80 00:48:18 +ReadMe_C
  262.      444     220 50.4% 14-Oct-96 17:33:12 +AsmRoutines.s
  263.    11242    3380 69.9% 14-Oct-96 17:33:12 +Conftop.c
  264.      311     213 31.5% 14-Oct-96 17:33:12 +smakefile
  265.     1142     404 64.6% 25-Nov-96 00:05:56 +AsmRoutines.s
  266.    29423    7062 75.9% 25-Nov-96 00:05:46 +Faker.c
  267.      308     210 31.8% 14-Oct-96 17:33:12 +smakefile
  268.     1574     655 58.3% 14-Oct-96 17:33:12 +FileChain.c
  269.    14403    3369 76.6% 14-Oct-96 17:33:12 +Stat.C
  270.      924     414 55.1% 14-Oct-96 17:33:10 +testlib.c
  271.     2429     724 70.1% 13-Nov-96 11:09:24 +dddoor_protos.h
  272.     9416    2809 70.1% 14-Oct-96 17:33:14 +DayDream.h
  273.     3578    1241 65.3% 14-Oct-96 17:33:14 +dddoor.h
  274.     1822     526 71.1% 13-Nov-96 11:10:58 +DDDoor_pragmas.h
  275.      177     123 30.5% 14-Oct-96 17:33:16 +dddoor.h
  276.     2133     566 73.4% 13-Nov-96 16:56:34 +DDDoor_lib.h
  277.    18072    4485 75.1% 01-Jan-80 00:46:14 +DreamNew.S
  278.     1474     455 69.1% 14-Oct-96 17:33:04 +ExternalCommands.DAT.Structure
  279.      571     263 53.9% 14-Oct-96 17:33:02 +FSED.Interface
  280.     3672     692 81.1% 14-Oct-96 17:33:04 +IO-Device.Structure
  281.      591     181 69.3% 14-Oct-96 17:33:02 +LossCarrier.DAT.Structure
  282.     2924     690 76.4% 14-Oct-96 17:33:02 +Message.DAT.Structure
  283.     3340     950 71.5% 14-Oct-96 17:33:02 +MultiNode.DAT.Structure
  284.     1582     449 71.6% 14-Oct-96 17:33:02 +NodeMessage.Structure
  285.     2535     319 87.4% 14-Oct-96 17:33:02 +NodeScreen.Structure
  286.     1424     436 69.3% 14-Oct-96 17:33:02 +NodeStructure.Structure
  287.     1295     365 71.8% 14-Oct-96 17:33:02 +Protocols.DAT.Structure
  288.      462     282 38.9% 01-Jan-80 00:45:44 +ReadMe
  289.     1392     510 63.3% 14-Oct-96 17:33:00 +ReadMe.info
  290.     1132     376 66.7% 14-Oct-96 17:33:00 +Schedule.DAT.Structure
  291.     2801     743 73.4% 14-Oct-96 17:33:00 +Security.DAT.Structure
  292.      854     447 47.6% 14-Oct-96 17:33:00 +Selected.DAT.Structure
  293.      671     236 64.8% 14-Oct-96 17:33:00 +UploadLog.Structure
  294.     4906    1488 69.6% 14-Oct-96 17:33:00 +UserBase.DAT.Structure
  295.     2315     808 65.0% 01-Jan-80 00:43:00 +Version.DAT.Structure
  296.     6588    3700 43.8% 14-Oct-96 17:33:16 +kalacon.device
  297.      112      50 55.3% 14-Oct-96 17:33:16 +DisplayModeHelp.TXT
  298.       97      76 21.6% 14-Oct-96 17:33:16 +DisplayModeList.TXT
  299.      280     185 33.9% 14-Oct-96 17:33:26 +AccountFrozen.GFX
  300.      249     160 35.7% 14-Oct-96 17:33:26 +AccountFrozen.TXT
  301.     1569     300 80.8% 14-Oct-96 17:33:18 +Banner.GFX
  302.     1113     197 82.3% 14-Oct-96 17:33:26 +Banner.TXT
  303.      380     120 68.4% 14-Oct-96 17:33:26 +BiDirProtocolMenu.GFX
  304.      333      92 72.3% 14-Oct-96 17:33:26 +BiDirProtocolMenu.TXT
  305.     1198     408 65.9% 14-Oct-96 17:33:26 +CallersHeader.GFX
  306.     1150     377 67.2% 14-Oct-96 17:33:26 +CallersHeader.TXT
  307.     1295     479 63.0% 14-Oct-96 17:33:26 +Commands.GFX
  308.     1221     448 63.3% 14-Oct-96 17:33:26 +Commands.TXT
  309.      995     348 65.0% 14-Oct-96 17:33:24 +Conferences.GFX
  310.      933     323 65.3% 14-Oct-96 17:33:24 +Conferences.TXT
  311.     1363     262 80.7% 14-Oct-96 17:33:24 +Download.GFX
  312.     1167     209 82.0% 14-Oct-96 17:33:18 +Download.TXT
  313.      736     194 73.6% 14-Oct-96 17:33:24 +DreamNewHelp.GFX
  314.      628     158 74.8% 14-Oct-96 17:33:24 +DreamNewHelp.TXT
  315.      728     265 63.5% 14-Oct-96 17:33:24 +EditUser.GFX
  316.      538     227 57.8% 14-Oct-96 17:33:24 +EditUser.TXT
  317.       34      34  0.0% 14-Oct-96 17:33:24 +FileCatalogs.GFX
  318.       21      21  0.0% 14-Oct-96 17:33:24 +FileCatalogs.TXT
  319.     1769     518 70.7% 14-Oct-96 17:33:24 +Goodbye.GFX
  320.     1396     435 68.8% 14-Oct-96 17:33:24 +goodbye.txt
  321.       26      26  0.0% 14-Oct-96 17:33:24 +LineChatOff.GFX
  322.       22      22  0.0% 14-Oct-96 17:33:22 +LineChatOff.TXT
  323.     1227     293 76.1% 14-Oct-96 17:33:22 +LineChatOn.GFX
  324.     1223     287 76.5% 14-Oct-96 17:33:22 +LineChatOn.TXT
  325.      385     180 53.2% 14-Oct-96 17:33:22 +LineEditorCommands.GFX
  326.      259     161 37.8% 14-Oct-96 17:33:22 +LineEditorCommands.TXT
  327.      101      87 13.8% 14-Oct-96 17:33:22 +MoreHelp.GFX
  328.      101      87 13.8% 14-Oct-96 17:33:22 +MoreHelp.TXT
  329.      415     173 58.3% 14-Oct-96 17:33:22 +Msgreadcommands.gfx
  330.      375     156 58.4% 14-Oct-96 17:33:22 +Msgreadcommands.txt
  331.       84      72 14.2% 14-Oct-96 17:33:22 +NewUser.GFX
  332.       84      72 14.2% 14-Oct-96 17:33:22 +newuser.txt
  333.     1228     463 62.2% 14-Oct-96 17:33:22 +OtherCommands.GFX
  334.     1006     395 60.7% 14-Oct-96 17:33:20 +OtherCommands.TXT
  335.      453     190 58.0% 14-Oct-96 17:33:20 +ProtocolMenu.GFX
  336.      391     132 66.2% 14-Oct-96 17:33:20 +ProtocolMenu.TXT
  337.      204     156 23.5% 14-Oct-96 17:33:20 +Reg_RealName.GFX
  338.      191     141 26.1% 14-Oct-96 17:33:20 +Reg_RealName.TXT
  339.      156     120 23.0% 14-Oct-96 17:33:20 +Reg_ScreenLength.GFX
  340.      152     115 24.3% 14-Oct-96 17:33:20 +Reg_ScreenLength.TXT
  341.      946     232 75.4% 14-Oct-96 17:33:20 +ScanDateHelp.GFX
  342.      684     204 70.1% 14-Oct-96 17:33:20 +ScanDateHelp.TXT
  343.       26      26  0.0% 14-Oct-96 17:33:20 +SplitChatOff.GFX
  344.       22      22  0.0% 14-Oct-96 17:33:20 +SplitChatOff.TXT
  345.     1227     293 76.1% 14-Oct-96 17:33:18 +SplitChatOn.GFX
  346.     1223     287 76.5% 14-Oct-96 17:33:18 +SplitChatOn.TXT
  347.     1491     254 82.9% 14-Oct-96 17:33:18 +Upload.GFX
  348.     1264     194 84.6% 14-Oct-96 17:33:18 +Upload.TXT
  349.      412     205 50.2% 14-Oct-96 17:33:18 +UpLoadCommands.GFX
  350.      301     178 40.8% 14-Oct-96 17:33:18 +UpLoadCommands.TXT
  351.      109      95 12.8% 14-Oct-96 17:33:18 +Welcome.GFX
  352.      109      95 12.8% 14-Oct-96 17:33:18 +Welcome.TXT
  353.      101      87 13.8% 14-Oct-96 17:33:16 +MoreHelp.TXT
  354.    23107    6916 70.0% 08-Nov-96 10:15:18 +Strings.001
  355.     1192     681 42.8% 14-Oct-96 17:32:52 +Docs.Info
  356.     1911     489 74.4% 25-Nov-96 00:14:00 +BugReport.Form
  357.    60590   23316 61.5% 02-Dec-96 02:31:14 +changes.guide
  358.     1392     505 63.7% 14-Oct-96 17:33:30 +Changes.Guide.info
  359.   173062   51461 70.2% 25-Nov-96 00:18:06 +DayDream.guide
  360.     1392     507 63.5% 14-Oct-96 17:33:30 +DayDream.Guide.info
  361.     2618    1013 61.3% 14-Oct-96 17:33:28 +DDCallers.MAN
  362.     2187    1010 53.8% 14-Oct-96 17:33:28 +DDConfTop.DOC
  363.     1616     614 62.0% 14-Oct-96 17:33:28 +DDTop.MAN
  364.     1677     759 54.7% 14-Oct-96 17:33:28 +DDWeekTop.MAN
  365.      525     321 38.8% 14-Oct-96 17:33:28 +DreamFaker.MAN
  366.     1685     878 47.8% 14-Oct-96 17:33:28 +DreamMail.MAN
  367.     7486    2793 62.6% 14-Oct-96 17:33:28 +FAQ.Guide
  368.     2201    1064 51.6% 14-Oct-96 17:33:28 +ftpd.doc
  369.      372     271 27.1% 14-Oct-96 17:33:28 +kalacon.readme
  370.     1232     673 45.3% 14-Oct-96 17:33:26 +MUIConfig.DOC
  371.      987     546 44.6% 14-Oct-96 17:33:26 +RoboWriter.DOC
  372.      761     443 41.7% 25-Nov-96 00:24:50 +ToDo.DOC
  373.     8557    3262 61.8% 25-Nov-96 00:03:44 +UpDating.TXT
  374.     2028     722 64.3% 02-Dec-96 02:37:18 +Version.NFO
  375.     1192     680 42.9% 14-Oct-96 17:32:52 +Doors.Info
  376.     8656    5179 40.1% 14-Oct-96 17:33:34 +ConfTop
  377.     7228    4188 42.0% 14-Oct-96 17:33:34 +DD-Inet
  378.     6124    2989 51.1% 14-Oct-96 17:33:34 +DDRc
  379.    17120    8634 49.5% 14-Oct-96 17:33:34 +Faker
  380.     6640    3514 47.0% 14-Oct-96 17:33:32 +FSEd
  381.    13816    5583 59.5% 14-Oct-96 17:33:32 +grab
  382.     5864    3057 47.8% 14-Oct-96 17:33:32 +New
  383.     6544    3007 54.0% 14-Oct-96 17:33:32 +rexx
  384.     8162    1852 77.3% 14-Oct-96 17:33:36 +BBSList.dd
  385.     3369    1155 65.7% 14-Oct-96 17:33:34 +LogOff.dd
  386.     6812    1452 78.6% 14-Oct-96 17:33:34 +MComment.dd
  387.      346     216 37.5% 14-Oct-96 17:33:34 +SetLrp.dd
  388.     3666     887 75.8% 14-Oct-96 17:33:34 +Stats.dd
  389.    17284    8589 50.3% 14-Oct-96 17:33:32 +stat
  390.     2776    1050 62.1% 25-Nov-96 00:47:46 +Wall
  391.     3036    1518 50.0% 14-Oct-96 17:33:32 +whof
  392.       34      34  0.0% 14-Oct-96 17:33:36 +Bulletin.1.GFX
  393.       34      34  0.0% 14-Oct-96 17:33:36 +Bulletin.1.TXT
  394.      605     213 64.7% 14-Oct-96 17:33:36 +BulletinMenu.GFX
  395.      575     193 66.4% 14-Oct-96 17:33:36 +BulletinMenu.TXT
  396.       11      11  0.0% 14-Oct-96 22:56:42 +def_FILE_ID.DIZ
  397.        5       5  0.0% 14-Oct-96 17:33:36 +FreeDownloads.DAT
  398.       40      40  0.0% 14-Oct-96 17:33:36 +Paths.DAT
  399.      229     110 51.9% 14-Oct-96 17:33:38 +FileCatalogs.GFX
  400.      171      83 51.4% 14-Oct-96 17:33:38 +FileCatalogs.TXT
  401.      232     116 50.0% 14-Oct-96 17:33:38 +MessageBases.GFX
  402.      174      91 47.7% 14-Oct-96 17:33:36 +MessageBases.TXT
  403.      439     206 53.0% 24-Nov-96 23:56:10 +file_id.diz
  404.     4392    1625 63.0% 14-Oct-96 17:32:52 +InstallDD
  405.     1645     647 60.6% 14-Oct-96 17:32:52 +InstallDD.info
  406.     7736    4615 40.3% 14-Oct-96 17:33:38 +fifo-handler
  407.     3696    1506 59.2% 13-Nov-96 11:26:22 +dreamdoor.library
  408.     3212    2004 37.6% 14-Oct-96 17:33:40 +fifo.library
  409.    45156   29763 34.0% 14-Oct-96 17:33:40 +reqtools.library
  410.    33392   24803 25.7% 14-Oct-96 17:33:38 +rexxsyslib.library
  411.     1232     492 60.0% 14-Oct-96 17:33:40 +DreamToss.Cfg
  412.      390     244 37.4% 14-Oct-96 17:33:40 +Registration
  413.       65      59  9.2% 14-Oct-96 17:33:40 +Registration.Questions
  414.     2539    1093 56.9% 14-Oct-96 17:33:42 +Announce.amirx
  415.      747     304 59.3% 14-Oct-96 17:33:40 +servertest.rexx
  416.     2291     881 61.5% 14-Oct-96 17:33:40 +who.amirx
  417.    96920   52707 45.6% 14-Oct-96 17:33:42 +ftpd
  418.    29564   13917 52.9% 18-Nov-96 02:56:14 +Server
  419.     1562     556 64.4% 14-Oct-96 17:32:52 +Server.Info
  420.    29540   13895 52.9% 18-Nov-96 02:55:08 +Server_020
  421.     1192     678 43.1% 14-Oct-96 17:32:50 +Utils.Info
  422.     8540    5567 34.8% 14-Oct-96 17:33:48 +Aminet2DD
  423.      826     187 77.3% 14-Oct-96 17:33:48 +aminetmakeindex.bat
  424.    10756    6584 38.7% 31-Oct-96 01:21:26 +BGCheck
  425.     8584    4913 42.7% 14-Oct-96 17:33:48 +cryptpw
  426.    10140    3703 63.4% 14-Oct-96 17:33:48 +DDCallers
  427.    55412   30659 44.6% 14-Oct-96 17:33:48 +ddhydra
  428.     1660     918 44.6% 14-Oct-96 17:33:48 +DDRCServer
  429.    13532    2856 78.8% 14-Oct-96 17:33:48 +DDTop
  430.     7976    2940 63.1% 14-Oct-96 17:33:46 +DDWeekTop
  431.     1496    1032 31.0% 14-Oct-96 17:33:46 +Dirclean
  432.    12508    4768 61.8% 14-Oct-96 17:33:46 +DreamConfig
  433.    11072    5802 47.5% 14-Oct-96 17:33:46 +DreamToss
  434.     5028    3277 34.8% 14-Oct-96 17:33:46 +eall2all
  435.     1248     799 35.9% 14-Oct-96 17:33:46 +FixBases
  436.      968     663 31.5% 14-Oct-96 17:33:46 +fixsysopaccount
  437.     1816    1181 34.9% 14-Oct-96 17:33:46 +Listclean
  438.     2048    1045 48.9% 14-Oct-96 17:33:46 +MSGBaseOpt
  439.   132020   44779 66.0% 18-Nov-96 02:58:46 +MUIConfig
  440.   130796   44476 65.9% 18-Nov-96 03:01:22 +MUIConfig_020
  441.      824     573 30.4% 14-Oct-96 17:33:42 +Oldlist2Newlist
  442.     4052    2226 45.0% 14-Oct-96 17:33:42 +oldmsgdelete
  443.     2140    1325 38.0% 14-Oct-96 17:33:42 +RoboWriter
  444.    40948   23432 42.7% 14-Oct-96 17:33:42 +smodem
  445.      208     208  0.0% 14-Oct-96 17:33:42 +WaitForPort
  446.      439     206 53.0% 24-Nov-96 23:56:22  file_id.diz
  447. -------- ------- ----- --------- --------
  448.  1717521  700155 59.2% 02-Dec-96 19:51:14   256 files
  449.